Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmatthias committed Nov 6, 2014
1 parent 276038b commit 1064fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drebs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Gem::Specification::new do |spec|
spec.name = "drebs"
spec.version = "0.1.1"
spec.version = "0.1.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "drebs"
spec.description = "drebs: Disaster Recovery for Elastic Block Store. An AWS EBS backup script."
Expand Down
2 changes: 1 addition & 1 deletion lib/drebs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# DREBS libs
#
module DREBS
Version = '0.1.1' unless defined?(Version)
Version = '0.1.2' unless defined?(Version)

def version
DREBS::Version
Expand Down

0 comments on commit 1064fed

Please sign in to comment.