File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77	// SDK release tag version. 
88	Version  =  "v20250312006.1.0" 
99	// Resource Version. 
10- 	Resource  =  "" 
10+ 	Resource  =  "20250312 " 
1111)
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ npm exec -c "replace-in-file /$SDK_MAJOR_VERSION\.$SDK_MINOR_VERSION\.0/g $BUMPE
2222
2323# # Explicitly update version.go file
2424export  SDK_VERSION=" ${BUMPED_VERSION} " 
25+ export  NEW_RESOURCE_VERSION=" ${SDK_RESOURCE_VERSION} "   #  resource version remains the same, defined to avoid an empty value
2526
2627echo  " Updating version.go file: $SDK_VERSION " 
2728target_file_path=" $script_path /../../../internal/core/version.go" 
28- envsubst <  " $script_path /../templates/VERSION.tmpl"   >  " $target_file_path "   
29+ envsubst <  " $script_path /../templates/VERSION.tmpl"   >  " $target_file_path "   
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments