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 29eb5fc commit 1d65803Copy full SHA for 1d65803
lib/appoptics/version.rb
@@ -9,7 +9,7 @@ module Version
9
MAJOR = 4
10
MINOR = 0
11
PATCH = 0
12
- BUILD = 'pre10'
+ BUILD = 'pre11'
13
14
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
15
end
0 commit comments