Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 4dbd645

Browse files
committed
Standardize version number string
1 parent 9944636 commit 4dbd645

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rss2.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ import (
2626
"strings"
2727
)
2828

29+
const Version = `v0.0.1`
30+
2931
type RSS2 struct {
3032
XMLName xml.Name `xml:"rss" json:"-"`
3133
Version string `xml:"version,attr" json:"version"`

0 commit comments

Comments
 (0)