Skip to content

Commit

Permalink
Bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Mar 30, 2022
1 parent 9b3a978 commit 318aca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ names with your own.
```kotlin
#!/usr/bin/env kotlin

@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.11.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.12.0")

import it.krzeminski.githubactions.actions.actions.CheckoutV2
import it.krzeminski.githubactions.domain.RunnerType.UbuntuLatest
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "it.krzeminski"
version = "0.11.0"
version = "0.12.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package it.krzeminski.githubactions.scriptgenerator

val LIBRARY_VERSION = "0.11.0"
val LIBRARY_VERSION = "0.12.0"

0 comments on commit 318aca5

Please sign in to comment.