Skip to content

Commit

Permalink
Patch version bump v3.0.1
Browse files Browse the repository at this point in the history
* Specify the region when assuming a role
  • Loading branch information
nahiluhmot committed Jul 16, 2015
1 parent 6b6abb4 commit e0cbcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dockly/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Dockly
MAJOR = 3
MINOR = 0
PATCH = 0
PATCH = 1
RELEASE = nil

VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join('.')
Expand Down

0 comments on commit e0cbcc5

Please sign in to comment.