Skip to content

Commit bf18f6f

Browse files
authored
Merge pull request #5 from danielparks/bump-version
1.0.2: Bump version
2 parents a3b9bd8 + c2d9c15 commit bf18f6f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Release 0.1.0
5+
## Release 1.0.2
66

77
**Features**
88

9-
**Bugfixes**
10-
11-
**Known Issues**
9+
* Latest Go version (1.13.6) installed by default.
10+
* [#2](https://github.com/danielparks/puppet-golang/issues/2): support
11+
convenient installation on Raspberry Pi 4.

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Data type: `String[1]`
2626
The version of Go to install. You can find the latest version number at
2727
https://golang.org/dl/
2828

29-
Default value: '1.13.4'
29+
Default value: '1.13.6'
3030

3131
##### `link_binaries`
3232

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dp-golang",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Daniel Parks",
55
"summary": "Install Go simply",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)