We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362644 commit 425eb2cCopy full SHA for 425eb2c
3 files changed
README.markdown
@@ -27,7 +27,7 @@ Latest version:
27
<dependency>
28
<groupId>com.twitter</groupId>
29
<artifactId>finatra</artifactId>
30
- <version>1.4.0</version>
+ <version>1.4.1</version>
31
</dependency>
32
```
33
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
6
- <version>1.4.2b</version>
+ <version>1.4.1-SNAPSHOT</version>
7
<name>${project.artifactId}</name>
8
<description>Sinatra clone on top of finagle-http</description>
9
<inceptionYear>2012</inceptionYear>
script/finatra/lib/base.sh
@@ -1,4 +1,4 @@
1
-VERSION=1.4.0
+VERSION=1.4.1
2
EXAMPLE_REPO=~/personal/code/finatra_example
0 commit comments