From 58c671c76216121b3d94d0110ce51d2df91c1cc0 Mon Sep 17 00:00:00 2001 From: toim Date: Thu, 5 Mar 2026 22:58:24 +0200 Subject: [PATCH] bump version to 0.0.2 --- LICENSE | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 6ba79ff..7fbcb38 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 LabStack LLC +Copyright (c) 2026 LabStack LLC and Echo contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/version.go b/version.go index 9e447b5..84bc690 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package echootel // Version is the current release version of the echo instrumentation. -const Version = "0.0.1" +const Version = "0.0.2"