summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-23 18:02:47 +0000
committerPaul Buetow <pbuetow@mimecast.com>2023-09-07 15:30:45 +0300
commit86431831aaa47aedafc73ce3c749b2911d433c00 (patch)
treee039f4548e4612f70e2d4d2b8a3597929a4bcce4 /internal
parent335e26365a36800716b3a18f57874475d344bb85 (diff)
Update dependencies
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 90073b5..15ea50f 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -13,7 +13,7 @@ const (
// Name of DTail.
Name string = "DTail"
// Version of DTail.
- Version string = "4.2.0"
+ Version string = "4.3.0"
// Additional information for DTail
Additional string = "Have a lot of fun!"
)