Skip to content

Commit

Permalink
Fix version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoslkz committed Jun 16, 2018
1 parent 2504a9b commit 282507d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/lunes/settings/Constants.scala
Expand Up @@ -12,7 +12,7 @@ object Constants extends ScorexLogging {
val ApplicationName = "lunesnode"
val CoinName = "LUNES"
val CoinAbr = "LNS"
val AgentName = s"lunesnode"
val AgentName = s"${ApplicationName} v${VersionStr}"
val InitialBalance = 15072853761500800L

val MainSchemeCharacter = '1'
Expand Down

0 comments on commit 282507d

Please sign in to comment.