Fix patch release process (#4863)

This commit is contained in:
Trask Stalnaker 2022-10-17 15:20:54 -07:00 committed by GitHub
parent cb998bb85a
commit 9308bc29fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash -e #!/bin/bash -e
grep -Eo "[0-9]+.[0-9]+.0" version.gradle.kts grep -Eo "[0-9]+.[0-9]+.[0-9]+" version.gradle.kts