README.md in archivesspace-client-0.1.10 vs README.md in archivesspace-client-0.1.11
- old
+ new
@@ -162,10 +162,10 @@
## Publishing
Bump version in `lib/archivesspace/client/version.rb` then:
```bash
-VERSION=0.1.9
+VERSION=$NEW_VERSION
gem build archivesspace-client
git add . && git commit -m "Bump to $VERSION"
git tag v$VERSION
git push origin master
git push --tags