Skip to content

Commit

Permalink
chore: prepare for releasing version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Dec 22, 2023
1 parent b2f988c commit a0241c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package io.github.typesafegithub.workflows.actionbindinggenerator

internal const val LIBRARY_VERSION = "1.7.1-SNAPSHOT"
internal const val LIBRARY_VERSION = "1.8.0"
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.typesafegithub"
version = "1.7.1-SNAPSHOT"
version = "1.8.0"

nexusPublishing {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GettingStartedSnippets : FunSpec({
// --8<-- [start:getting-started-1]
#!/usr/bin/env kotlin
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.1-SNAPSHOT")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
// --8<-- [end:getting-started-1]
*/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ nav:
- Projects using this library: 'projects-using-this-library.md'

extra:
version: 1.7.1-SNAPSHOT
version: 1.8.0

0 comments on commit a0241c0

Please sign in to comment.