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

Commit 80d1692

Browse files
committed
Bump patch version
1 parent 260c5ab commit 80d1692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/lang/seq.h

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

3636
#define SEQ_VERSION_MAJOR 0
3737
#define SEQ_VERSION_MINOR 9
38-
#define SEQ_VERSION_PATCH 10
38+
#define SEQ_VERSION_PATCH 11
3939

4040
namespace seq {
4141
namespace config {

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.9'
3333
# The full version, including alpha/beta/rc tags
34-
release = u'0.9.10'
34+
release = u'0.9.11'
3535

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

0 commit comments

Comments
 (0)