Skip to content

Commit

Permalink
Bump app to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manishmeganathan committed Jun 21, 2021
1 parent 27bacfe commit 64efcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Represents the app version
const appversion = "v1.0.0"
const appversion = "v1.1.0"

// A structure that represents the ChatRoom UI
type UI struct {
Expand Down

0 comments on commit 64efcdb

Please sign in to comment.