Skip to content

Commit c845c13

Browse files
committed
Version 0.3.1
1 parent e231250 commit c845c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# run ./build-and-test.sh to update the test cases.
66
EXT_VERSION_MAJOR = 0
77
EXT_VERSION_MINOR = 3
8-
EXT_VERSION_PATCHLEVEL = 0
8+
EXT_VERSION_PATCHLEVEL = 1
99
EXT_VERSION = $(EXT_VERSION_MAJOR).$(EXT_VERSION_MINOR).$(EXT_VERSION_PATCHLEVEL)
1010

1111
PROTOBUF_ROOT=third_party/protobuf

0 commit comments

Comments
 (0)