Skip to content

Commit

Permalink
Bump version for 0.6.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ware <scott2.ware@gmail.com>
  • Loading branch information
scooter1556 committed Oct 18, 2019
1 parent 96016bc commit c416005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.srw</groupId>
<artifactId>sms-server-dev</artifactId>
<version>0.6.2-SNAPSHOT</version>
<artifactId>sms-server</artifactId>
<version>0.6.3</version>
<packaging>war</packaging>

<organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@EnableSwagger2
public class SwaggerConfig {

private static final String API_VERSION = "1.0.0";
private static final String API_VERSION = "1.1.0";

@Bean
public Docket api() {
Expand Down

0 comments on commit c416005

Please sign in to comment.