Skip to content

Commit

Permalink
Force 0.x version for internal branch based testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Dec 10, 2017
1 parent e120dd7 commit 654f6da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/acfs/version.rb
@@ -1,8 +1,8 @@
module Acfs
module VERSION
MAJOR = 1
MINOR = 1
PATCH = 1
MAJOR = 0
MINOR = 50
PATCH = 0
STAGE = nil

STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
Expand Down

0 comments on commit 654f6da

Please sign in to comment.