about summary refs log tree commit diff
path: root/pkgs/by-name/ot/otel-desktop-viewer/version-0.1.4.patch
blob: 64d96583efc212cc713e896dda11a5bcafb270ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.go b/main.go
index 7e43908..062385c 100644
--- a/main.go
+++ b/main.go
@@ -15,7 +15,7 @@ func main() {
 	info := component.BuildInfo{
 		Command:     "otel-desktop-viewer",
 		Description: "Basic OTel with Custom Desktop Exporter",
-		Version:     "0.1.1",
+		Version:     "0.1.4",
 	}
 
 	if err := run(info); err != nil {