We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ff7f9 commit 0f73e1cCopy full SHA for 0f73e1c
lib/appoptics/version.rb
@@ -9,7 +9,7 @@ module Version
9
MAJOR = 4
10
MINOR = 0
11
PATCH = 0
12
- BUILD = 'pre8'
+ BUILD = 'pre9'
13
14
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
15
end
0 commit comments