Skip to content

Instantly share code, notes, and snippets.

@bhourigan
Created February 24, 2015 18:26
Show Gist options
  • Save bhourigan/35e2410e66010b2b8cae to your computer and use it in GitHub Desktop.
Save bhourigan/35e2410e66010b2b8cae to your computer and use it in GitHub Desktop.
bhourigan@alerassa ~/git/nubis-dpaste ±master⚡ » git diff -U0 nubis/builder/project.json | cat
diff --git a/nubis/builder/project.json b/nubis/builder/project.json
index 7f2e5e1..52510ef 100644
--- a/nubis/builder/project.json
+++ b/nubis/builder/project.json
@@ -5 +5 @@
- "project_version": "0.69",
+ "project_version": "2.0",
bhourigan@alerassa ~/git/nubis-dpaste ±master⚡ » nubis-bump-version --minor --project-file nubis/builder/project.json
nubis-dpaste: Bumped version from 2.0 to 2.1
bhourigan@alerassa ~/git/nubis-dpaste ±master⚡ » git diff -U0 nubis/builder/project.json | cat
diff --git a/nubis/builder/project.json b/nubis/builder/project.json
index 7f2e5e1..5d19dcb 100644
--- a/nubis/builder/project.json
+++ b/nubis/builder/project.json
@@ -5 +5 @@
- "project_version": "0.69",
+ "project_version": "2.1",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment