Skip to content

Commit 49444da

Browse files
committed
Call it 0.0.1.
1 parent eb4f479 commit 49444da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "lagotto"
22

33
organization := "io.github.binaryfoo"
44

5-
version := "0.1-SNAPSHOT"
5+
version := "0.0.1-SNAPSHOT"
66

77
scalaVersion := "2.11.4"
88

lago

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
java -jar target/scala-2.11/lagotto-assembly-0.1-SNAPSHOT.jar "$@"
3+
java -jar target/scala-2.11/lagotto-assembly-0.0.1-SNAPSHOT.jar "$@"

src/main/scala/io/github/binaryfoo/lagotto/shell/Options.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Options {
99
def parse(args: Array[String]): Option[Config] = {
1010

1111
val parser = new scopt.OptionParser[Config]("plog") {
12-
head(s"lagotto", "0.1")
12+
head(s"lagotto", "0.0.1")
1313

1414
help("help") text "Show usage"
1515

usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lagotto 0.1
1+
lagotto 0.0.1
22
Usage: plog [options] [<log-file>...]
33

44
--help

0 commit comments

Comments
 (0)