Skip to content

Commit

Permalink
Release 1.0.0.beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Mar 15, 2016
1 parent ab460f9 commit 56aa4af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CLAide Changelog

## Master
## 1.0.0.beta.3 (2016-03-15)

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
claide (1.0.0.beta.2)
claide (1.0.0.beta.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/claide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module CLAide
#
# CLAide’s version, following [semver](http://semver.org).
#
VERSION = '1.0.0.beta.2'.freeze
VERSION = '1.0.0.beta.3'.freeze

require 'claide/ansi'
require 'claide/argument'
Expand Down

0 comments on commit 56aa4af

Please sign in to comment.