Skip to content

Commit

Permalink
Merge pull request #201 from DataDog/nogorodnikov/next-dev-version-1.…
Browse files Browse the repository at this point in the history
…13.0

Next dev version
  • Loading branch information
0xnm authored Oct 30, 2023
2 parents 7dec088 + dc93070 commit 15c0011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.net.URI

object MavenConfig {

val VERSION = Version(1, 12, 0, Version.Type.Dev)
val VERSION = Version(1, 13, 0, Version.Type.Dev)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ internal class OkHttpUploader : Uploader {
companion object {

// TODO add a plugin to automatically sync this with the `MavenConfig` value
internal const val VERSION = "1.12.0"
internal const val VERSION = "1.13.0"

internal const val HEADER_API_KEY = "DD-API-KEY"
internal const val HEADER_EVP_ORIGIN = "DD-EVP-ORIGIN"
Expand Down

0 comments on commit 15c0011

Please sign in to comment.