Skip to content

Commit 892786b

Browse files
committed
- [#] version to 5.1.7
1 parent b829331 commit 892786b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmd/easygen/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
////////////////////////////////////////////////////////////////////////////
22
// Porgram: easygen
33
// Purpose: Easy to use universal code/text generator
4-
// Authors: Tong Sun (c) 2015-2019, All rights reserved
4+
// Authors: Tong Sun (c) 2015-2021, All rights reserved
55
////////////////////////////////////////////////////////////////////////////
66

77
////////////////////////////////////////////////////////////////////////////
@@ -41,8 +41,8 @@ import (
4141

4242
var (
4343
progname = "easygen"
44-
version = "5.0.01"
45-
date = "2020-07-26"
44+
version = "5.1.7"
45+
date = "2021-09-25"
4646
)
4747

4848
////////////////////////////////////////////////////////////////////////////

easygen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
////////////////////////////////////////////////////////////////////////////
22
// Package: easygen
33
// Purpose: Easy to use universal code/text generator
4-
// Authors: Tong Sun (c) 2015-2019, All rights reserved
4+
// Authors: Tong Sun (c) 2015-2021, All rights reserved
55
////////////////////////////////////////////////////////////////////////////
66

77
/*

template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
////////////////////////////////////////////////////////////////////////////
22
// Package: easygen
33
// Purpose: Easy to use universal code/text generator
4-
// Authors: Tong Sun (c) 2015-17, All rights reserved
4+
// Authors: Tong Sun (c) 2015-2021, All rights reserved
55
////////////////////////////////////////////////////////////////////////////
66

77
package easygen

0 commit comments

Comments
 (0)