We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbf1e46 + 365314e commit 267336cCopy full SHA for 267336c
build.sbt
@@ -1,6 +1,6 @@
1
name := "whatismyip"
2
3
-version := "1.2.0"
+version := "1.3.0"
4
5
scalaVersion := "2.13.5"
6
src/main/scala/com/github/invis1ble/whatismyip/App.scala
@@ -73,7 +73,7 @@ object App {
73
74
OParser.sequence(
75
programName("whatismyip"),
76
- head("whatismyip", "1.2.0"),
+ head("whatismyip", "1.3.0"),
77
opt[Option[File]]('f', "file")
78
.action((x, c) => c.copy(file = x))
79
.validate {
0 commit comments