Skip to content

Commit 50aef9b

Browse files
authored
build: Bump version to 0.33.4 (#565)
1 parent 83441b5 commit 50aef9b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cactbot",
3-
"version": "0.33.3",
4-
"releaseSummary": "FRU fixes",
3+
"version": "0.33.4",
4+
"releaseSummary": "Interphos, Jeuno, Cloud Chaotic, more FRU",
55
"releaseInDraft": "false",
66
"license": "Apache-2.0",
77
"type": "module",

plugin/CactbotEventSource/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
2323
// CactbotOverlay and CactbotEventSource version should match.
24-
[assembly: AssemblyVersion("0.33.3.0")]
25-
[assembly: AssemblyFileVersion("0.33.3.0")]
24+
[assembly: AssemblyVersion("0.33.4.0")]
25+
[assembly: AssemblyFileVersion("0.33.4.0")]

plugin/CactbotOverlay/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
// - Build Number
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
23-
[assembly: AssemblyVersion("0.33.3.0")]
24-
[assembly: AssemblyFileVersion("0.33.3.0")]
23+
[assembly: AssemblyVersion("0.33.4.0")]
24+
[assembly: AssemblyFileVersion("0.33.4.0")]

0 commit comments

Comments
 (0)