Repository: flink-web
Updated Branches:
  refs/heads/asf-site 673d72c26 -> 50fed0b32


Bump Flink version to 1.3.2 in sbt-quickstart script

This closes #78.


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/50fed0b3
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/50fed0b3
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/50fed0b3

Branch: refs/heads/asf-site
Commit: 50fed0b32f47ca8029303f6625f70824ef674d2a
Parents: 673d72c
Author: Till Rohrmann <trohrm...@apache.org>
Authored: Fri Aug 4 11:40:26 2017 +0200
Committer: Till Rohrmann <trohrm...@apache.org>
Committed: Mon Aug 7 12:04:19 2017 +0200

----------------------------------------------------------------------
 q/sbt-quickstart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/50fed0b3/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/q/sbt-quickstart.sh b/q/sbt-quickstart.sh
index 7f0b6be..7746aea 100755
--- a/q/sbt-quickstart.sh
+++ b/q/sbt-quickstart.sh
@@ -42,7 +42,7 @@ defaultProjectName="Flink Project"
 defaultOrganization="org.example"
 defaultVersion="0.1-SNAPSHOT"
 defaultScalaVersion="2.11.7"
-defaultFlinkVersion="1.3.0"
+defaultFlinkVersion="1.3.2"
 
 echo "This script creates a Flink project using Scala and SBT."
 

Reply via email to