README.md in archivesspace-client-0.1.6 vs README.md in archivesspace-client-0.1.7

- old
+ new

@@ -108,10 +108,10 @@ ## Publishing Bump version in `lib/archivesspace/client/version.rb` then: ```bash -VERSION=0.1.6 +VERSION=0.1.7 gem build archivesspace-client git add . && git commit -m "Bump to $VERSION" git tag v$VERSION git push origin master git push --tags