Skip to content

Commit

Permalink
Merge pull request #157 from LunfanZhang/private/luzhan_master/CP-45327
Browse files Browse the repository at this point in the history
CP-45327 Correct Product Version Number on Makefile
  • Loading branch information
LunfanZhang authored Nov 29, 2023
2 parents a4d5a65 + 8bff003 commit 7908169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PRODUCT_MAJOR_VERSION=7
PRODUCT_MINOR_VERSION=31
PRODUCT_MICRO_VERSION=0
PRODUCT_MAJOR_VERSION=8
PRODUCT_MINOR_VERSION=3
PRODUCT_MICRO_VERSION=1
PRODUCT_VERSION = $(PRODUCT_MAJOR_VERSION).$(PRODUCT_MINOR_VERSION).$(PRODUCT_MICRO_VERSION)

GO_BUILD = go build
Expand Down

0 comments on commit 7908169

Please sign in to comment.