diff --git a/README.md b/README.md index 581e8da..451d84f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git commit -asm "Increment build number" # Tag the latest commit # Replace $VERSION and $BUILD below with the latest real values -git tag -asm "v$VERSION.b$BUILD" "v$VERSION.b$BUILD" +git tag -asm "v$VERSIONb$BUILD" "v$VERSIONb$BUILD" # Push to origin git push --follow-tags