Skip to content

Commit

Permalink
Bump version to 0.29
Browse files Browse the repository at this point in the history
Reviewed By: strulovich

Differential Revision: D31407585

fbshipit-source-id: 2a77eab0d1c4ecc11906d9ce7fe24381e7dae674
  • Loading branch information
cgrushko authored and facebook-github-bot committed Oct 6, 2021
1 parent b44c58b commit d4995c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.29-SNAPSHOT</version>
<version>0.29</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.29-SNAPSHOT</version>
<version>0.29</version>
<packaging>pom</packaging>

<name>Ktfmt Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29-SNAPSHOT
0.29

0 comments on commit d4995c1

Please sign in to comment.