Skip to content

Commit 84344c9

Browse files
authored
docs: put in instructions on how to update package version (#626)
1 parent c0fd575 commit 84344c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ROLLING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
* set new driver version in `scripts/CLI_VERSION`
66
* regenerate API: `./scripts/download_driver_for_all_platforms.sh -f && ./scripts/generate_api.sh && ./scripts/update_readme.sh`
77
* commit & send PR with the roll
8+
9+
# Updating Version
10+
11+
```bash
12+
./scripts/set_maven_version.sh 1.15.0
13+
```

0 commit comments

Comments
 (0)