chore: update version to 2.0.3 and adjust prerequisites in README
diff --git a/Makefile b/Makefile
index 0623e1e..74e5188 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: build clean ui
 
-VERSION=2.0.2
+VERSION=2.0.3
 BIN=answer
 DIR_SRC=./cmd/answer
 DOCKER_CMD=docker
diff --git a/README.md b/README.md
index cf257ab..0d958e0 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 ### Running with docker
 
 ```bash
-docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.2
+docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:2.0.3
 ```
 
 For more information, see [Installation](https://answer.apache.org/docs/installation).
@@ -40,7 +40,7 @@
 
 ### Prerequisites
 
-- Golang >= 1.23
+- Golang >= 1.25
 - Node.js >= 20
 - pnpm >= 9
 - [mockgen](https://github.com/uber-go/mock?tab=readme-ov-file#installation) >= 0.6.0