lib/git_cli/version.rb in git_cli-0.1.0 vs lib/git_cli/version.rb in git_cli-0.2.0
- old
+ new
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
module GitCli
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end