From c8dffbb84b60365ab71dcf6959c8ef790bdae831 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Wed, 2 Oct 2024 15:45:03 -0400
Subject: [PATCH] v4.7.5

---
 XXDK.podspec         | 2 +-
 build.gradle         | 2 +-
 cmd/version.go       | 2 +-
 xxdk/version_vars.go | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/XXDK.podspec b/XXDK.podspec
index a8282a91e..0f5d9cf34 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 045ebbf7d..7064989eb 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 d0c658757..65bf4bd95 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 76ae80171..1689e50bd 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
-- 
GitLab