From a3aecc5ba85870478c5400c6936ff84f27621592 Mon Sep 17 00:00:00 2001 From: vvatanabe Date: Tue, 1 Dec 2020 18:54:03 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.1.3 ## [v0.1.3](https://github.com/typetalk-gadget/tegofy/compare/v0.1.2...v0.1.3) (2020-12-01) * update depends packages (#5) [#6](https://github.com/typetalk-gadget/tegofy/pull/6) ([vvatanabe](https://github.com/vvatanabe)) --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 717679e..25f65f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.1.3](https://github.com/typetalk-gadget/tegofy/compare/v0.1.2...v0.1.3) (2020-12-01) + +* update depends packages (#5) [#6](https://github.com/typetalk-gadget/tegofy/pull/6) ([vvatanabe](https://github.com/vvatanabe)) + ## [v0.1.2](https://github.com/typetalk-gadget/tegofy/compare/v0.1.1...v0.1.2) (2020-10-16) * fix failed to get my profile [#4](https://github.com/typetalk-gadget/tegofy/pull/4) ([vvatanabe](https://github.com/vvatanabe)) diff --git a/version.go b/version.go index 1432612..9569a90 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package main import "fmt" -const version = "0.1.2" +const version = "0.1.3" var revision = ""