Skip to content

Commit

Permalink
- update missing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Nov 16, 2023
1 parent 76e3e6b commit 09763e2
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 @@ -14,7 +14,7 @@ public UserAgentHandlerOption() { }
@Nonnull
private String productName = "kiota-java";
@Nonnull
private String productVersion = "0.9.0";
private String productVersion = "0.9.2";
/**
* Gets the product name to be used in the user agent header
* @return the product name
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org.gradle.caching=true
mavenGroupId = com.microsoft.kiota
mavenMajorVersion = 0
mavenMinorVersion = 9
mavenPatchVersion = 1
mavenPatchVersion = 2
mavenArtifactSuffix =

#These values are used to run functional tests
Expand Down

0 comments on commit 09763e2

Please sign in to comment.