diff --git a/XXDK.podspec b/XXDK.podspec index a8282a91ebff66c4aacaf920aa79c20a80af2c6c..0f5d9cf345e40a3108b869657d60c7e81da3524c 100644 --- a/XXDK.podspec +++ b/XXDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "XXDK" - spec.version = "4.7.4" + spec.version = "4.7.5" spec.summary = "xx network client library for iOS" # This description is used to generate tags and improve search results. diff --git a/build.gradle b/build.gradle index 045ebbf7d2cf4e82b901aac5348e8499eef320a7..7064989eb7e37b58dea9dbc6914d97360dc9764b 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ publishing { release(MavenPublication) { groupId 'network.xx' artifactId 'android.xxdk' - version '4.7.4' + version '4.7.5' artifact("bindings.aar") artifact(source: "bindings-sources.jar", classifier: 'sources', diff --git a/cmd/version.go b/cmd/version.go index d0c658757cd2ae0907a594fedbfad71cda258980..65bf4bd9561bd3b5f072af21c2dc8bf6f65ba281 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -18,7 +18,7 @@ import ( ) // Change this value to set the version for this build -const currentVersion = "4.7.4" +const currentVersion = "4.7.5" func Version() string { out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER, diff --git a/xxdk/version_vars.go b/xxdk/version_vars.go index 76ae801716455b1b7c8933dd2ba5f9381af7ed66..1689e50bd90c12d79ab184fc47812640140a0f36 100644 --- a/xxdk/version_vars.go +++ b/xxdk/version_vars.go @@ -1,11 +1,11 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2024-07-12 13:43:41.590682 -0400 EDT m=+0.029165709 +// 2024-10-02 15:43:49.191662 -0400 EDT m=+0.051797834 package xxdk -const GITVERSION = `085e9805 Fix python error` -const SEMVER = "4.7.4" +const GITVERSION = `0c3e5a3c Stop the network follower when deleting a cMix instance` +const SEMVER = "4.7.5" const DEPENDENCIES = `module gitlab.com/elixxir/client/v4 go 1.19