Skip to content

Commit

Permalink
Started new version 1.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Apr 9, 2019
1 parent 67cab53 commit 376b3e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Terradue.OpenSearch.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.8.24.*")]
[assembly: AssemblyInformationalVersion("1.8.24")]
[assembly: AssemblyVersion("1.8.25.*")]
[assembly: AssemblyInformationalVersion("1.8.25")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
Expand Down
2 changes: 1 addition & 1 deletion Terradue.OpenSearch.Model.Base/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.8.24.*")]
[assembly: AssemblyVersion("1.8.25.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion Terradue.OpenSearch.Model/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.8.24.*")]
[assembly: AssemblyVersion("1.8.25.*")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>opensearch-client</artifactId>
<packaging>rpm</packaging>
<description>OpenSearch Client</description>
<version>1.8.24</version>
<version>1.8.25-SNAPSHOT</version>
<properties>
<redmine.projectID>opensearch-client</redmine.projectID>
</properties>
Expand Down

0 comments on commit 376b3e6

Please sign in to comment.