Skip to content

Commit 6a57647

Browse files
authored
Merge pull request #294 from splunk/conf24
Fix quotes
2 parents cbfbe13 + d5acb3c commit 6a57647

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ replace = default = "{new_version}"
2828
[bumpversion:file:workshop/aws/ec2/variables.tf]
2929
search = default = "{current_version}"
3030
replace = default = "{new_version}"
31-
32-
[bumpversion:file:layouts/partials/custom-header.html]
33-
search = version = "{current_version}"
34-
replace = version = "{new_version}"

layouts/partials/custom-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA",
77
applicationName: "observability-workshop",
88
deploymentEnvironment: "splunk.github.io",
9-
version: "5.51",
9+
version: "1.0",
1010
});
1111

1212
SplunkSessionRecorder.init({

0 commit comments

Comments
 (0)