Skip to content

Commit 7714b5f

Browse files
authored
Merge pull request #8 from srikanthkm/master
Version change for SDK
2 parents 47a3474 + 1ca55fa commit 7714b5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# You are encouraged to use static refs such as tags, instead of branch name
1212
#
1313
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
14-
rev: 0.13.1+ibm.34.dss
14+
rev: 0.13.1+ibm.35.dss
1515
hooks:
1616
- id: detect-secrets # pragma: whitelist secret
1717
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$|go.sum|examples/SampleApp/go.sum|vendor",
44
"lines": null
55
},
6-
"generated_at": "2021-04-29T11:27:19Z",
6+
"generated_at": "2021-05-26T13:33:49Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -93,7 +93,7 @@
9393
}
9494
]
9595
},
96-
"version": "0.13.1+ibm.34.dss",
96+
"version": "0.13.1+ibm.35.dss",
9797
"word_list": {
9898
"file": null,
9999
"hash": null

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.16
44

55

66
require (
7-
github.com/IBM/appconfiguration-go-sdk v1.2.0
7+
github.com/IBM/appconfiguration-go-sdk v0.0.1
88
github.com/gorilla/mux v1.7.2
99
)

0 commit comments

Comments
 (0)