We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d1d91 commit b14b2e4Copy full SHA for b14b2e4
3 files changed
bin/g
@@ -1,4 +1,4 @@
1
-VERSION="0.0.6"
+VERSION="1.0.0"
2
3
log() {
4
printf " \033[36m%10s\033[0m : \033[90m%s\033[0m\n" $1 $2
bin/g.bat
@@ -1,7 +1,7 @@
@echo off
setlocal
-set VERSION=0.0.6
+set VERSION=1.0.0
5
6
call:display %1
7
goto:exit
package.json
{
"name": "g-cli",
"description": "git version switcher",
- "version": "0.0.6",
+ "version": "1.0.0",
"author": "Roman Paradeev <sameoldmadness@gmail.com>",
"homepage": "https://github.com/sameoldmadness/g-cli",
"bugs": "https://github.com/sameoldmadness/g-cli/issues",
0 commit comments