Skip to content

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
Summary:
Delta vs 0.11:
1. All tests pass
2. ktfmt no longer modifies multiline strings

Reviewed By: strulovich

Differential Revision: D21023935

fbshipit-source-id: b83218f81e3ec7c4e532e7b8aeccd02cd34eb8f1
  • Loading branch information
cgrushko authored and facebook-github-bot committed Apr 15, 2020
1 parent eafdec2 commit 78734a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.facebook</groupId>
<artifactId>ktfmt-parent</artifactId>
<version>0.12-SNAPSHOT</version>
<version>0.12</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 @@ -4,7 +4,7 @@

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

<modules>
Expand Down

0 comments on commit 78734a8

Please sign in to comment.