diff --git a/CHANGELOG b/CHANGELOG index 1c1690f..4c10c9d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +0.1.16 +====== + +* Bug fixes: + - Fixed version number + + 0.1.15 ====== diff --git a/src/gws b/src/gws index 4033759..3f03f6a 100755 --- a/src/gws +++ b/src/gws @@ -5,7 +5,7 @@ # OS: (Probably?) All Linux distributions # # Requirements: git, bash > 4.0 # # License: MIT (See below) # -# Version: 0.1.14 # +# Version: 0.1.16 # # # # 'gws' is the abbreviation of 'Git WorkSpace'. # # This is a helper to manage workspaces composed of git repositories. # @@ -58,7 +58,7 @@ CDPATH="" #------------------------------------------------------------------------------- # Version number. -VERSION="0.1.14" +VERSION="0.1.16" # Starting directory. START_PWD="$(pwd)"