Skip to content

Commit 267336c

Browse files
Merge tag 'v1.3.0' into develop
Release v1.3.0
2 parents cbf1e46 + 365314e commit 267336c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "whatismyip"
22

3-
version := "1.2.0"
3+
version := "1.3.0"
44

55
scalaVersion := "2.13.5"
66

src/main/scala/com/github/invis1ble/whatismyip/App.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object App {
7373

7474
OParser.sequence(
7575
programName("whatismyip"),
76-
head("whatismyip", "1.2.0"),
76+
head("whatismyip", "1.3.0"),
7777
opt[Option[File]]('f', "file")
7878
.action((x, c) => c.copy(file = x))
7979
.validate {

0 commit comments

Comments
 (0)