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.
1 parent 87d28a1 commit 4b73ccaCopy full SHA for 4b73cca
1 file changed
release.sh
@@ -16,7 +16,7 @@ done
16
git checkout master
17
git fetch && git rebase origin
18
19
-# Update the version number in rf_protocol_validator.py
+# Update the version number in api_emulator/version.py
20
sed -i -E 's/__version__ = .+/__version__ = '\'$1\''/' api_emulator/version.py
21
22
# Update the change log file
0 commit comments