Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Oct 27, 2014
1 parent d33c434 commit 0c1d5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/msgr/version.rb
@@ -1,8 +1,8 @@
module Msgr
module VERSION
MAJOR = 0
MINOR = 11
PATCH = 1
MINOR = 12
PATCH = 0
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')

Expand Down

0 comments on commit 0c1d5e9

Please sign in to comment.