Skip to content

Commit

Permalink
Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Bird authored and IanDBird committed Apr 8, 2023
1 parent 2766d55 commit ccaa4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Cutting a Release

```
sed -i "" \
"s/version = \".*\"/version = \"$RELEASE_VERSION\"/g" \
"s/ version = \'.*\'/ version = \'$RELEASE_VERSION\'/g" \
build.gradle
```

Expand All @@ -35,7 +35,7 @@ Cutting a Release

```
sed -i "" \
"s/version = \".*\"/version = \"$NEXT_VERSION\"/g" \
"s/ version = \'.*\'/ version = \'$NEXT_VERSION\'/g" \
build.gradle
git commit -am "Prepare next development version."
git push
Expand Down

0 comments on commit ccaa4f5

Please sign in to comment.