We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b483328 + 50ac992 commit abe5e98Copy full SHA for abe5e98
2 files changed
admin-tools/checkout_common.sh
@@ -8,7 +8,7 @@ function setup_version {
8
local repo=$1
9
version=$2
10
echo Running setup $version on $repo ...
11
- (cd ./$repo && . ./admin-tools/setup-${version}.sh)
+ (cd ../$repo && . ./admin-tools/setup-${version}.sh)
12
return $?
13
}
14
xasm/version.py
@@ -5,4 +5,4 @@
5
# space around "=" below.
6
7
# fmt: off
-__version__="1.2.1" # noqa
+__version__="1.2.2.dev0" # noqa
0 commit comments