Skip to content

Commit 0854c05

Browse files
Merge pull request #13 from IBM/saikumar1607-202110180425
Readme Update
2 parents ead2f44 + fe6f23d commit 0854c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
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-09-27T04:56:24Z",
6+
"generated_at": "2021-10-18T04:26:36Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties for distributed applications centrally.
2525

2626
## Installation
2727

28-
The current version of this SDK: 0.2.1
28+
**The current version of this SDK: 0.2.1**
2929

3030
There are a few different ways to download and install the IBM App Configuration Go SDK project for use by your Go
3131
application:
@@ -35,7 +35,7 @@ application:
3535
Use this command to download and install the SDK (along with its dependencies) to allow your Go application to use it:
3636

3737
```
38-
go get -u github.com/IBM/appconfiguration-go-sdk
38+
go get github.com/IBM/appconfiguration-go-sdk@v0.2.1
3939
```
4040

4141
#### Go modules

0 commit comments

Comments
 (0)