Skip to content

Commit fb7cdd1

Browse files
committed
2.0.0-beta2
1 parent 2ce1381 commit fb7cdd1

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-SNAPSHOT'
6+
ob_version = '2.0.0-beta2'
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)