Skip to content

Commit

Permalink
Merge pull request #384 from wavesplatform/release-0.7.2
Browse files Browse the repository at this point in the history
Version was set to 0.7.2
  • Loading branch information
alexeykiselev authored Jul 17, 2017
2 parents 868598f + 8277615 commit 81cad72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enablePlugins(sbtdocker.DockerPlugin, JavaServerAppPackaging, JDebPackaging, Sys

name := "waves"
organization := "com.wavesplatform"
version := "0.7.2-SNAPSHOT"
version := "0.7.2"
scalaVersion in ThisBuild := "2.12.1"
crossPaths := false
publishArtifact in (Compile, packageDoc) := false
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ waves {
peers-data-residence-time = 1d

# How long peer stays in blacklist after getting in it
black-list-residence-time = 10m
black-list-residence-time = 1m

# How many network inbound network connections can be made
max-inbound-connections = 30
Expand Down

0 comments on commit 81cad72

Please sign in to comment.