Skip to content

Commit 425eb2c

Browse files
author
Julio Capote
committed
autocommit for 1.4.1-SNAPSHOT
1 parent 8362644 commit 425eb2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Latest version:
2727
<dependency>
2828
<groupId>com.twitter</groupId>
2929
<artifactId>finatra</artifactId>
30-
<version>1.4.0</version>
30+
<version>1.4.1</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.twitter</groupId>
55
<artifactId>finatra</artifactId>
6-
<version>1.4.2b</version>
6+
<version>1.4.1-SNAPSHOT</version>
77
<name>${project.artifactId}</name>
88
<description>Sinatra clone on top of finagle-http</description>
99
<inceptionYear>2012</inceptionYear>

script/finatra/lib/base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.4.0
1+
VERSION=1.4.1
22
EXAMPLE_REPO=~/personal/code/finatra_example
33

44

0 commit comments

Comments
 (0)