From a33a0cdcb6b3b9a1f37a4df2cf30a29f9d85dbf7 Mon Sep 17 00:00:00 2001
From: Bill Avery <wravery@gmail.com>
Date: Fri, 17 Nov 2023 11:52:07 -0800
Subject: [PATCH] Bump version to 4.5.5 for next release

---
 cmake/version.txt                         | 2 +-
 include/graphqlservice/internal/Version.h | 4 ++--
 res/ClientGen.rc                          | 4 ++--
 res/SchemaGen.rc                          | 4 ++--
 res/graphqlclient_version.rc              | 4 ++--
 res/graphqljson_version.rc                | 4 ++--
 res/graphqlpeg_version.rc                 | 4 ++--
 res/graphqlresponse_version.rc            | 4 ++--
 res/graphqlservice_version.rc             | 4 ++--
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/cmake/version.txt b/cmake/version.txt
index d01c9f66..50021202 100644
--- a/cmake/version.txt
+++ b/cmake/version.txt
@@ -1 +1 @@
-4.5.4
\ No newline at end of file
+4.5.5
\ No newline at end of file
diff --git a/include/graphqlservice/internal/Version.h b/include/graphqlservice/internal/Version.h
index 7913c244..279a78a0 100644
--- a/include/graphqlservice/internal/Version.h
+++ b/include/graphqlservice/internal/Version.h
@@ -10,11 +10,11 @@
 
 namespace graphql::internal {
 
-constexpr std::string_view FullVersion { "4.5.4" };
+constexpr std::string_view FullVersion { "4.5.5" };
 
 constexpr size_t MajorVersion = 4;
 constexpr size_t MinorVersion = 5;
-constexpr size_t PatchVersion = 4;
+constexpr size_t PatchVersion = 5;
 
 } // namespace graphql::internal
 
diff --git a/res/ClientGen.rc b/res/ClientGen.rc
index 08e74717..096c1a61 100644
--- a/res/ClientGen.rc
+++ b/res/ClientGen.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/SchemaGen.rc b/res/SchemaGen.rc
index ea81cc60..cd1f31cf 100644
--- a/res/SchemaGen.rc
+++ b/res/SchemaGen.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/graphqlclient_version.rc b/res/graphqlclient_version.rc
index 7ceb7bec..27a4f637 100644
--- a/res/graphqlclient_version.rc
+++ b/res/graphqlclient_version.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/graphqljson_version.rc b/res/graphqljson_version.rc
index d19660f6..1f1cfe15 100644
--- a/res/graphqljson_version.rc
+++ b/res/graphqljson_version.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/graphqlpeg_version.rc b/res/graphqlpeg_version.rc
index b3401c9a..647d84d3 100644
--- a/res/graphqlpeg_version.rc
+++ b/res/graphqlpeg_version.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/graphqlresponse_version.rc b/res/graphqlresponse_version.rc
index 870b7bf5..c26c1034 100644
--- a/res/graphqlresponse_version.rc
+++ b/res/graphqlresponse_version.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0
diff --git a/res/graphqlservice_version.rc b/res/graphqlservice_version.rc
index d8517603..d47f1734 100644
--- a/res/graphqlservice_version.rc
+++ b/res/graphqlservice_version.rc
@@ -3,8 +3,8 @@
 
 #include <winver.h>
 
-#define GRAPHQL_RC_VERSION     4,5,4,0
-#define GRAPHQL_RC_VERSION_STR "4.5.4"
+#define GRAPHQL_RC_VERSION     4,5,5,0
+#define GRAPHQL_RC_VERSION_STR "4.5.5"
 
 #ifndef DEBUG
 #define VER_DEBUG   0