Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh committed Sep 19, 2024
1 parent fccf6b4 commit c6688e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *AsyncServer) FindPortAndBind() (socketErr error) {
return ErrInvalidIPAddress
}

log.Infof("DiceDB %s running on port %d", "0.0.3", config.DiceConfig.Server.Port)
log.Infof("DiceDB %s running on port %d", "0.0.4", config.DiceConfig.Server.Port)
return syscall.Bind(serverFD, &syscall.SockaddrInet4{
Port: config.DiceConfig.Server.Port,
Addr: [4]byte{ip4[0], ip4[1], ip4[2], ip4[3]},
Expand Down

0 comments on commit c6688e9

Please sign in to comment.