Skip to content

Commit

Permalink
Set version code to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmikolay committed Oct 31, 2020
1 parent deafe67 commit 4c50dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.mattmik'
version '0.0.1-SNAPSHOT'
version '1.0.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mattmik/rapira/RaptureCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.github.ajalt.clikt.parameters.types.file
import com.mattmik.rapira.interpreter.InterpreterFactory
import java.io.File

const val VERSION = "0.1"
const val VERSION = "1.0.0"

class RaptureCommand : CliktCommand(
name = "rapture",
Expand Down

0 comments on commit 4c50dc1

Please sign in to comment.