Skip to content

Commit 5c7b8dd

Browse files
authored
Bump version to 1.1.11
1 parent 6f4b817 commit 5c7b8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from os import path
22
import os
33

4-
LAUNCHER_VERSION="1.1.10"
4+
LAUNCHER_VERSION="1.1.11"
55

66
CONTROL_CODES_SUPPORTED = None
77

@@ -25,4 +25,4 @@ def read_build_version(astro_path):
2525
with open(verfile_path, "r") as vf:
2626
verstring = vf.readline()[:-10]
2727

28-
return verstring.strip()
28+
return verstring.strip()

0 commit comments

Comments
 (0)