From dc32546152b9e51192192fd782fc9b47e2942ebb Mon Sep 17 00:00:00 2001 From: Shubhang Balkundi Date: Tue, 26 Mar 2024 17:08:58 +0530 Subject: [PATCH] updates version --- CHANGELOG.md | 2 +- cmd/ziggurat/main.go | 2 +- cmd/ziggurat/templates/main.go.tpl | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba0396..eed0922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v2.0.7] 2024-03-25 +## [v2.0.8] 2024-03-25 # Removed diff --git a/cmd/ziggurat/main.go b/cmd/ziggurat/main.go index a86ed6a..cccd663 100644 --- a/cmd/ziggurat/main.go +++ b/cmd/ziggurat/main.go @@ -44,7 +44,7 @@ func main() { die(errors.New(usage)) } appName := args[1] - d := Data{AppName: appName, Version: "v2.0.7"} + d := Data{AppName: appName, Version: "v2.0.8"} wd, err := os.Getwd() die(err) diff --git a/cmd/ziggurat/templates/main.go.tpl b/cmd/ziggurat/templates/main.go.tpl index d9c005f..3189d48 100644 --- a/cmd/ziggurat/templates/main.go.tpl +++ b/cmd/ziggurat/templates/main.go.tpl @@ -26,8 +26,7 @@ func main() { }, } - router.HandlerFunc("cpool/", func(ctx context.Context, event *ziggurat.Event) error { - return nil + router.HandlerFunc("cpool/", func(ctx context.Context, event *ziggurat.Event) { })