File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Example (make sure you always use the latest version!):
3030
3131``` shell 
3232$ cd  /tmp
33- $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.0 /chantools-linux-amd64-v0.12.0 .tar.gz
33+ $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.2 /chantools-linux-amd64-v0.12.2 .tar.gz
3434$ tar -zxvf chantools.tar.gz
3535$ sudo mv chantools-* /chantools /usr/local/bin/
3636``` 
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const (
3333	// version is the current version of the tool. It is set during build. 
3434	// NOTE: When changing this, please also update the version in the 
3535	// download link shown in the README. 
36- 	version  =  "0.12.1 " 
36+ 	version  =  "0.12.2 " 
3737	na       =  "n/a" 
3838
3939	// lndVersion is the current version of lnd that we support. This is 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments