Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit ba6e8c7

Browse files
committed
Bump patch version
1 parent 3dd35e4 commit ba6e8c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/util/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define SEQ_VERSION_MAJOR 0
44
#define SEQ_VERSION_MINOR 10
5-
#define SEQ_VERSION_PATCH 0
5+
#define SEQ_VERSION_PATCH 1
66

77
#include <cassert>
88
#include <climits>

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def setup(sphinx):
3131
# The short X.Y version
3232
version = u'0.10'
3333
# The full version, including alpha/beta/rc tags
34-
release = u'0.10.0'
34+
release = u'0.10.1'
3535

3636
# Logo path
3737
html_logo = '../images/logo.png'

0 commit comments

Comments
 (0)