Skip to content

Commit 0f73e1c

Browse files
committed
Prerelease: 4.0.0.pre9
- enable sql_sanitize by default and adapt tests accordingly - use new liboboe: Liboboe 2.0.3 #26
1 parent 29ff7f9 commit 0f73e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appoptics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Version
99
MAJOR = 4
1010
MINOR = 0
1111
PATCH = 0
12-
BUILD = 'pre8'
12+
BUILD = 'pre9'
1313

1414
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
1515
end

0 commit comments

Comments
 (0)