Skip to content

Commit a0241c0

Browse files
committed
chore: prepare for releasing version 1.8.0
1 parent b2f988c commit a0241c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package io.github.typesafegithub.workflows.actionbindinggenerator
22

3-
internal const val LIBRARY_VERSION = "1.7.1-SNAPSHOT"
3+
internal const val LIBRARY_VERSION = "1.8.0"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.typesafegithub"
9-
version = "1.7.1-SNAPSHOT"
9+
version = "1.8.0"
1010

1111
nexusPublishing {
1212
repositories {

github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GettingStartedSnippets : FunSpec({
1818
// --8<-- [start:getting-started-1]
1919
#!/usr/bin/env kotlin
2020
21-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.1-SNAPSHOT")
21+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
2222
2323
// --8<-- [end:getting-started-1]
2424
*/

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ nav:
5959
- Projects using this library: 'projects-using-this-library.md'
6060

6161
extra:
62-
version: 1.7.1-SNAPSHOT
62+
version: 1.8.0

0 commit comments

Comments
 (0)