What is the section version in the notes ?

The section version in the notes configmultisit and configmanager is a management information that prevents the script to read the notes at every change in inventory. If the version number has not changed the script does not read the note. If the version number has increased, the script reads the note. In a system with many scripts and notes that precaution is very useful.

First time the version number is 1 :

@version
1

Next time the number is 2 :

@version
2

Next time the version is 3 :

@version
3

and so on...

If you change something in a note and nothing happen dont forget to look at this section !