Skip to content

Commit 42aefdd

Browse files
committed
2.1.0-SNAPSHOT
1 parent 6343f86 commit 42aefdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = ob_version
33

44
buildscript {
55
ext {
6-
ob_version = '2.0.0'
6+
ob_version = '2.1.0-SNAPSHOT'
77
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
88
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
99

0 commit comments

Comments
 (0)